home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************************************/
- /* */
- /* Program Name: Stiletto */
- /* */
- /* File Name: CallBackRoutines.h */
- /* */
- /* © Apple Computer, Inc. 1991-1995 */
- /* All Rights Reserved */
- /* */
- /* Revision History: */
- /* */
- /* Date Who Modification */
- /* */
- /* 1991-10-01 Chris Halim Original version */
- /* 1995-06-26 Jaakko Railo Version 2.0 */
- /* */
- /************************************************************************************************/
-
- /****************************************** DESCRIPTION ******************************************
-
- *************************************************************************************************/
-
- /************************************************************************************************/
- /************************************************************************************************/
-
-
- #ifndef __CALLBACKROUTINES__
- #define __CALLBACKROUTINES__
-
- #ifndef __CHRSMODULES__
- #include "CHRSModules.h"
- #endif
-
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void EntryPoint (CHRSPtr paramPtr);
-
- #ifdef __cplusplus
- }
- #endif
-
-
- #endif
-